|
@@ -588,7 +588,7 @@ export default {
|
|
|
if (res.data) {
|
|
|
const nodes = res.data.map(item => ({
|
|
|
value: item.category_id,
|
|
|
- label: item.name,
|
|
|
+ label: item.alias,
|
|
|
leaf: level >= 3,
|
|
|
disabled: item.type != 5,
|
|
|
children: []
|
|
@@ -880,7 +880,7 @@ export default {
|
|
|
|
|
|
this.form.cat_arr_id = Array.isArray(res.data.cat_arr_id) ? res.data.cat_arr_id : JSON.parse(res.data.cat_arr_id);
|
|
|
this.parentKey += 1; // 触发级联选择器重新加载
|
|
|
- this.loadCascaderPath(this.form.cat_arr_id); // 加载路径数据
|
|
|
+ // this.loadCascaderPath(this.form.cat_arr_id); // 加载路径数据
|
|
|
|
|
|
this.form.name = res.data.name;
|
|
|
this.form.sexy = res.data.sexy;
|
|
@@ -1064,7 +1064,8 @@ export default {
|
|
|
},
|
|
|
creatNews_nav_pool_change_fun() { //xx 导航池级
|
|
|
let that = this; this.form.web_site_id = this.form.web_site_id[0]
|
|
|
- that.parentKey_2 += 1; this.$store.dispatch('pool/get_creatNews_nav_son_actions', {
|
|
|
+ that.parentKey_2 += 1;
|
|
|
+ this.$store.dispatch('pool/get_creatNews_nav_son_actions', {
|
|
|
'type': 5,
|
|
|
pid: String(this.creatNews_pid_num), website_id: String(this.form.web_site_id)
|
|
|
}).then(res => {
|
|
@@ -1124,8 +1125,6 @@ export default {
|
|
|
this.form.department[index] = item.department;
|
|
|
this.form.job_timeList[index] = item.job_timeList;
|
|
|
this.form.job_content[index] = item.job_content;
|
|
|
-
|
|
|
-
|
|
|
// console.log(this.form.job_industry, '-=-------job_industry---------');
|
|
|
// console.log(this.form.company_name, '-=-------job_name---------');
|
|
|
// if (oldVal[index] && oldVal[index].company_name !== item.company_name) {
|