若依框架获取字典 赋给默认值
this.getDicts("sys_career").then(response => {
console.log(response.data);
this.form.career=response.data[1].dictValue;
console.log(this.form.career)
});
若依框架获取字典 赋给默认值
this.getDicts("sys_career").then(response => {
console.log(response.data);
this.form.career=response.data[1].dictValue;
console.log(this.form.career)
});