Explorar el Código

Merge branch 'blueUrgent' into mergeBranch

qymljy hace 1 año
padre
commit
a05a423473
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/HDrpManagement/orderManage/modules/add.vue

+ 3 - 0
src/HDrpManagement/orderManage/modules/add.vue

@@ -234,6 +234,9 @@ export default {
       console.log(this.form)
       this.$refs['form'].validate(async valid => {
         if (!valid) return
+        if (this.form.type === '工具订单') {
+          this.form.tradefield = ''
+        }
         this.$store.commit('setLoading',true)
         const res = await this.$api.requested({
           "id":this.form.type ==='项目订单'?20230103141402: 20221108111402,