fix: 修复添加任务变更栏目后无效果的问题

This commit is contained in:
Mr.Huan 2022-01-24 15:07:01 +08:00
parent 608660a101
commit 5580a4ee3d

View File

@ -448,6 +448,10 @@ export default {
return;
}
this.loadIng++;
//
if ( this.addData.cascader.length > 0 ) {
this.addData.column_id = this.addData.cascader[1];
}
this.$store.dispatch("taskAdd", this.addData).then(({msg}) => {
this.loadIng--;
$A.messageSuccess(msg);