Prechádzať zdrojové kódy

服务工单,服务改善表格查询调整

qymljy 1 mesiac pred
rodič
commit
62e7929025

+ 3 - 6
src/HDrpManagement/serveWorkBill/components/acceptingOrders.vue

@@ -115,12 +115,9 @@ export default {
       })
     },
     isoutChange(){
-      if (this.form.isout){
-        this.form.userid = ''
-        this.form.phonenumber = ''
-      }else {
-        this.form.userid = this.team_userid
-      }
+
+      this.form.userid = this.team_userid
+
     }
   }
 }