fix: base wf获取下拉选项
This commit is contained in:
parent
51ef980600
commit
f8b974cacb
|
@ -524,6 +524,10 @@ export default {
|
|||
mounted() {
|
||||
this.id = sessionStorage.getItem("jinYuWorkflowId");
|
||||
this.getList();
|
||||
this.getUsers();
|
||||
this.getRole();
|
||||
this.getPost();
|
||||
this.getField();
|
||||
},
|
||||
methods: {
|
||||
//添加字段选项
|
||||
|
@ -557,13 +561,13 @@ export default {
|
|||
handleAdd() {
|
||||
this.type = "add";
|
||||
this.dialogVisible = true;
|
||||
if(this.dialogInitNum === 0){
|
||||
this.getUsers();
|
||||
this.getRole();
|
||||
this.getPost();
|
||||
this.getField();
|
||||
this.dialogInitNum++;
|
||||
}
|
||||
// if(this.dialogInitNum === 0){
|
||||
// this.getUsers();
|
||||
// this.getRole();
|
||||
// this.getPost();
|
||||
// this.getField();
|
||||
// this.dialogInitNum++;
|
||||
// }
|
||||
},
|
||||
async submitHandle() {
|
||||
let that = this;
|
||||
|
|
Loading…
Reference in New Issue