Commit 050c9f9a by gao_yingdong

资金流

parent fa235521
......@@ -2453,7 +2453,7 @@ export default {
var self = this;
self.showLoading();
let formData = {};
formData.taskId = row.rwid;
formData.ssrwbh = row.xxzjbh;
var index = self.tableData.findIndex((item) => item.xxzjbh == row.xxzjbh);
post(this.childrenUrl, formData).then((response) => {
if (response.code == 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment