|
@@ -468,7 +468,7 @@
|
|
|
'categoryLevelPathId',
|
|
'categoryLevelPathId',
|
|
|
this.$route.query.categoryLevelPathId
|
|
this.$route.query.categoryLevelPathId
|
|
|
);
|
|
);
|
|
|
-
|
|
|
|
|
|
|
+ this.status = this.$route.query.status;
|
|
|
this.ruleCode = this.$route.query.ruleCode;
|
|
this.ruleCode = this.$route.query.ruleCode;
|
|
|
if (this.ruleCode && this.ruleCode != '自定义' && this.status != 0) {
|
|
if (this.ruleCode && this.ruleCode != '自定义' && this.status != 0) {
|
|
|
const code = await getCode(this.ruleCode);
|
|
const code = await getCode(this.ruleCode);
|
|
@@ -574,6 +574,7 @@
|
|
|
|
|
|
|
|
// 确定分类
|
|
// 确定分类
|
|
|
async confirmCategory(node, title, PathInfo, ruleCode) {
|
|
async confirmCategory(node, title, PathInfo, ruleCode) {
|
|
|
|
|
+
|
|
|
if (this.status != 0) {
|
|
if (this.status != 0) {
|
|
|
this.$set(this.form, 'code', null);
|
|
this.$set(this.form, 'code', null);
|
|
|
}
|
|
}
|