index.js 120 B

12345678910
  1. Component({
  2. properties: {
  3. list: {
  4. type: Array
  5. },
  6. sys_enterpriseid: {
  7. type: String
  8. }
  9. }
  10. })