批量修改认证进度 当前状态角色校验对接接口
This commit is contained in:
@@ -553,7 +553,7 @@
|
||||
}
|
||||
postAction('/project/projectTaskInventoryEO/verifyRoleCode', query).then((res) => {
|
||||
if (res.success) {
|
||||
if(res.result == []){
|
||||
if(res.result.length == 0){
|
||||
this.$refs.batchModelRef.getData(this.selectedRowKeys)
|
||||
}else{
|
||||
this.NotSelectedNoEngineerValue = res.result
|
||||
@@ -587,7 +587,7 @@
|
||||
}
|
||||
postAction('/project/projectTaskInventoryEO/verifyRoleCode', query).then((res) => {
|
||||
if (res.success) {
|
||||
if(res.result == []){
|
||||
if(res.result.length == 0){
|
||||
this.$refs.batchChangeModelRef.getData(this.selectionRowsArray)
|
||||
}else{
|
||||
this.NotSelectedNoEngineerValue = res.result
|
||||
|
||||
Reference in New Issue
Block a user