ソースを参照

工作流增删改查功能完善

QM303176530 4 年 前
コミット
475b1d54df

+ 1 - 1
web/src/components/gva-wfd/components/DetailPanel/ProcessDetail.vue

@@ -5,7 +5,7 @@
             <div class="panelRow">
                 <div>{{i18n['process.id']}}:</div>
                 <el-input style="width:90%; font-size:12px"
-                          :disabled="readOnly || this.$route.query.type!='create'"
+                          :disabled="readOnly || !!(this.$route.query.type)"
                           placeholder="必填(唯一标识)"
                           :value="model.id"
                           @input="(value) => {onChange('id', value)}" />