|
|
@ -331,6 +331,7 @@ |
|
|
|
target.$refs.vxe.columns[12].options = [] |
|
|
|
target.$refs.vxe.columns[12].options = [] |
|
|
|
|
|
|
|
|
|
|
|
// 调用接口,向选项中传值 |
|
|
|
// 调用接口,向选项中传值 |
|
|
|
|
|
|
|
if(tableId!=null){ |
|
|
|
getAction(this.url.getFieldByTableId, {"tableId": tableId}).then((res) => { |
|
|
|
getAction(this.url.getFieldByTableId, {"tableId": tableId}).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
if (res.success) { |
|
|
|
this.fieldxList = res.result.records || res.result; |
|
|
|
this.fieldxList = res.result.records || res.result; |
|
|
@ -339,7 +340,7 @@ |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.$message.warning(res.message) |
|
|
|
this.$message.warning(res.message) |
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
});} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
edit(record) { |
|
|
|
edit(record) { |
|
|
|