chris 1 년 전
부모
커밋
7396a035f3
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      src/views/modules/order/order-add-or-update.vue

+ 1 - 4
src/views/modules/order/order-add-or-update.vue

@@ -200,7 +200,7 @@
           </el-row>
         </el-row>
         <el-row class="my-row">
-          <div class="title"><span style="color: red">*</span> 任务工单派发</div>
+          <div class="title">任务工单派发</div>
           <el-table
             :data="workInfoDetails"
             border
@@ -470,9 +470,6 @@ export default {
             let pList2 = this.workInfoDetails
             if (pList2.length > 0) {
               this.dataForm.workInfoList = pList2
-            } else {
-              this.$message.error('请添加任务工单派发')
-              return
             }
             this.$http({
               url: !this.id