zenglf
2023-10-25 4b62098fb4528e3f38df4265e1e2ec081664d4b4
src/views/spare/modules/sparePartScrap/SparePartScrapForm.vue
@@ -430,11 +430,9 @@
  },
  methods: {
    initNum() {
      getAction(this.url.getNum, { type: 'SparePart', length: '4' }).then((res) => {
      getAction(this.url.getNum, { type: 'SparePartScrap', length: '4' }).then((res) => {
        if (res.success) {
          this.model.num = res.message
          /* this.model.setFieldsValue({ num: res.message }); */
        }
      })
    },