Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
czx 2021-01-26 17:16:01 +08:00
commit b69bd3edd6

View File

@ -309,7 +309,7 @@ export default {
this.loading = false; this.loading = false;
console.log("flag-----", response); console.log("flag-----", response);
}); });
listDepart(this.queryParams).then(response => { listDepart().then(response => {
this.departIdOptions = response.rows; this.departIdOptions = response.rows;
}) })
}, },