jwyu 1 年之前
父节点
当前提交
4bbfcdb38e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/dataEntry_manage/databaseComponents/batchComputedSave.vue

+ 1 - 1
src/views/dataEntry_manage/databaseComponents/batchComputedSave.vue

@@ -22,7 +22,7 @@
 						v-model="scope.row.frequency"
 						placeholder="请选择频率"
                         @change="handleFrequencyChange(scope)"
-                        :disabled="operationForm.view||[5,6,14,61].includes(sourceTypeVal)"
+                        :disabled="operationForm.view||[5,6,14,61,63].includes(sourceTypeVal)"
 					>
 						<el-option
 							v-for="item in frequencyArr"