From d03829bdf327d0e457a2f4e3699a69d5ad47d3a3 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 03 九月 2024 10:41:34 +0800 Subject: [PATCH] 测试完成 --- src/views/repositoryai/templateku/configurat/index.vue | 30 +++++++++++++++++------------- 1 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue index e33ab1e..48d4926 100644 --- a/src/views/repositoryai/templateku/configurat/index.vue +++ b/src/views/repositoryai/templateku/configurat/index.vue @@ -75,16 +75,20 @@ </el-form-item> </el-col> </el-row> + <el-row> + <el-col :span="12"> + <el-form-item label="妯$増绠�浠�" prop="note"> + <div> + <el-input + type="textarea" + placeholder="璇疯緭鍏ョ畝浠�" + v-model="ruleForm.note" + ></el-input> + </div> + </el-form-item> + </el-col> + </el-row> - <el-form-item label="妯$増绠�浠�" prop="note"> - <div style="width: 50%"> - <el-input - type="textarea" - placeholder="璇疯緭鍏ョ畝浠�" - v-model="ruleForm.note" - ></el-input> - </div> - </el-form-item> <el-row :gutter="20"> <el-col :span="12"> <el-form-item label="鐗堟湰鍙�" prop="version"> @@ -808,7 +812,6 @@ <!-- 鍗曢�� --> <div class="scriptTopic-dev" - :key="item.sort" v-if="item.valueType == 1" > @@ -829,7 +832,6 @@ <!-- 澶氶�� --> <div class="scriptTopic-dev" - :key="item.sort" v-if="item.valueType == 2" > @@ -851,7 +853,6 @@ <!-- 濉┖ --> <div class="scriptTopic-dev" - :key="item.sort" v-if="item.valueType == 3" > @@ -1625,6 +1626,9 @@ } else { this.ruleForm.isoperation = 1; } + if (!this.ruleForm.assortid) { + this.ruleForm.assortid = -1; + } this.ruleForm.labelInfo = JSON.stringify(this.dynamicTags); this.ruleForm.suitway = this.ruleForm.suitway.join(","); this.ruleForm.campus = this.ruleForm.campus.join(","); @@ -1679,7 +1683,7 @@ }, // 绉戝澶勭悊 Departmenttreatment() { - this.$modal.loading("姝e湪涓婁紶鏁版嵁锛岃绋嶅��..."); + this.$modal.loading("姝e湪淇淇濆瓨鏁版嵁锛岃绋嶅��..."); this.ruleForm.deptNames = JSON.stringify(this.tempDetpRelevanceslist); this.ruleForm.ivrLibaTemplateScriptVOList = this.ruleForm.ivrLibaTemplateScriptVOList.concat(this.delScriptVOList); -- Gitblit v1.9.3