Commit 749c9df0 by liyuhang19990520

bug修改

parent 7fe2c769
<!--
* @Author: your name
* @Date: 2021-09-11 10:30:42
* @LastEditTime: 2021-09-11 18:32:27
* @LastEditTime: 2021-09-11 18:55:41
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\xsjsdb\detailRwbd.vue
......@@ -352,7 +352,6 @@ export default {
//比对任务详情接口
getThanTaskData() {
const loading = this.$loading({
target: ".page1",
lock: true,
text: "Loading",
});
......@@ -368,7 +367,6 @@ export default {
//比对任务详情附件
getThanTaskFile() {
const loading = this.$loading({
target: ".page1",
lock: true,
text: "Loading",
});
......@@ -390,23 +388,23 @@ export default {
//反馈任务详情接口
getFeedbackTaskData() {
const loading = this.$loading({
target: ".page2",
lock: true,
text: "Loading",
});
let _this = this;
selectByRwbh({
bdrwbh: this.xxzjbh,
bdrwbh: _this.xxzjbh,
page: _this.currentPage1,
limit: 1,
}).then((res) => {
loading.close();
if (res.success && res.code == 200) {
console.log(res, 2222222222);
_this.tableDataLength = res.data.total;
let result = res.data.rows?.[0];
if (result) {
this.getFeedbackTaskFile(result.xxzjbh);
_this.feedbackTaskData = _this.filterTreeCode(
_this.getFeedbackTaskFile(result.xxzjbh);
_this.filterTreeCode(
result,
_this.feedbackTaskProps,
"feedbackTaskData"
......@@ -417,8 +415,8 @@ export default {
},
//反馈任务详情附件
getFeedbackTaskFile(xxzjbh) {
let _this = this;
const loading = this.$loading({
target: ".page2",
lock: true,
text: "Loading",
});
......
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