chenrui  2 年之前
父節點
當前提交
6e35f1d527
共有 2 個文件被更改,包括 2 次插入8 次删除
  1. 1 6
      src/views/systemSettings/sourceTube/index.vue
  2. 1 2
      src/views/systemSettings/warningEdit/index.vue

+ 1 - 6
src/views/systemSettings/sourceTube/index.vue

@@ -43,12 +43,7 @@
                 </el-form-item>
               </el-col>
               <el-col>
-                <el-form-item
-                  label="协议名称"
-                  size="default"
-                  prop="protocolName"
-                  :rules="formRules.isNotNull"
-                >
+                <el-form-item label="协议名称" size="default">
                   <el-select
                     style="width: 100%"
                     v-model="tableForm.protocolName"

+ 1 - 2
src/views/systemSettings/warningEdit/index.vue

@@ -579,10 +579,9 @@ const generalDataReception = async (data) => {
 //编辑数据
 const warningEditsForm: any = ref(null);
 const preserForm = async () => {
-  tableForm.event = 2;
   warningEditsForm.value.validate((valid: any) => {
     if (valid) {
-      generalDataReception(tableForm);
+      generalDataReceptions(tableForm);
     } else {
       return false;
     }