|
@@ -286,6 +286,12 @@ export default {
|
|
|
if (result.code == 200) {
|
|
|
this.$message.success("导入成功");
|
|
|
// this.dataList.unshift(result.data);
|
|
|
+
|
|
|
+ this.searchForm.source = result.data.source;
|
|
|
+ this.searchForm.endTime = result.data.endTime;
|
|
|
+ // this.searchForm.examineStatus = result.data.examineStatus;
|
|
|
+ this.searchForm.examineStatus = "暂存";
|
|
|
+ this.searchForm.remark = result.data.remark;
|
|
|
let Arr = result.data.items;
|
|
|
for (let v = 0; v < Arr.length; v++) {
|
|
|
const res = await getFinanceCustomerList({
|