ソースを参照

张丁 优化不必要函数2.0

zhangding 2 年 前
コミット
5173a084f1
1 ファイル変更0 行追加5 行削除
  1. 0 5
      ui/src/views/invoice/bookingworkticket/index.vue

+ 0 - 5
ui/src/views/invoice/bookingworkticket/index.vue

@@ -708,7 +708,6 @@ export default {
           selectDevice(queryForm).then(response => {
            this.workAreaOptions=response.data
           });
-        //  console.log(this.workAreaOptions)
     },
     addAprrove(row) {
       this.reset();
@@ -735,8 +734,6 @@ export default {
 
         addInvoice(this.approveForm).then(response => {
           this.msgSuccess(this.$t('预约成功'));
-          // this.visible = false;
-          // this.getList();
         })
       })
       this.addAprroveVisible = true
@@ -1034,7 +1031,6 @@ export default {
               this.getList();
             });
           } else {
-                alert(1)
             this.form.tInvoiceWorkcontentList=this.ruleForm
             this.form.floorLocation=this.form.floorLocation.join(',')
               for(let b=0;b<this.ruleForm.length;b++){
@@ -1058,7 +1054,6 @@ export default {
               this.cancel();
             });
 
-
           }
         } else {
           this.msgError("表单校验未通过,每项申请内容都必填");