From 8dcf2987d3fcb5a7a8244513148606ead6715d53 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期日, 01 九月 2024 00:31:28 +0800
Subject: [PATCH] 测试完成
---
src/views/repositoryai/templateku/configurat/index.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/views/repositoryai/templateku/configurat/index.vue b/src/views/repositoryai/templateku/configurat/index.vue
index be649eb..48d4926 100644
--- a/src/views/repositoryai/templateku/configurat/index.vue
+++ b/src/views/repositoryai/templateku/configurat/index.vue
@@ -1626,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(",");
@@ -1680,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