|
@@ -159,7 +159,7 @@ export default {
|
|
|
|
|
|
tableData: [], //表格内数据
|
|
tableData: [], //表格内数据
|
|
// currentPage: 4,
|
|
// currentPage: 4,
|
|
- dialogTableVisible: false,
|
|
|
|
|
|
+ dialogTableVisible: true,
|
|
// dialogName: '',
|
|
// dialogName: '',
|
|
ruleForm: {
|
|
ruleForm: {
|
|
name: '',
|
|
name: '',
|
|
@@ -244,7 +244,6 @@ export default {
|
|
this.listStatus = true;
|
|
this.listStatus = true;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
console.log(this.listStatus);
|
|
console.log(this.listStatus);
|
|
if (this.listStatus) {
|
|
if (this.listStatus) {
|
|
|
|
|
|
@@ -384,7 +383,7 @@ export default {
|
|
//console.log(this.ruleForm.name);
|
|
//console.log(this.ruleForm.name);
|
|
addCatid({
|
|
addCatid({
|
|
rule_id: this.ruleId,//任务规则id
|
|
rule_id: this.ruleId,//任务规则id
|
|
- catid: this.ruleForm.name,//导航池栏目id
|
|
|
|
|
|
+ cat_arr_id: this.ruleForm.name,//导航池栏目id
|
|
}).then(data => {
|
|
}).then(data => {
|
|
console.log(this.ruleForm.name);
|
|
console.log(this.ruleForm.name);
|
|
console.log(data);
|
|
console.log(data);
|