|
@@ -180,6 +180,8 @@
|
|
|
this.curProcess = cacheData.curProcess;
|
|
this.curProcess = cacheData.curProcess;
|
|
|
this.danyuanList = [...(cacheData.danyuanList || [])];
|
|
this.danyuanList = [...(cacheData.danyuanList || [])];
|
|
|
this.banbenId = cacheData.banbenId
|
|
this.banbenId = cacheData.banbenId
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
if (this.danyuanList.length == 0) {
|
|
if (this.danyuanList.length == 0) {
|
|
|
this.existData = false
|
|
this.existData = false
|
|
|
} else {
|
|
} else {
|
|
@@ -197,7 +199,7 @@
|
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
|
title: '加载中'
|
|
title: '加载中'
|
|
|
});
|
|
});
|
|
|
-
|
|
|
|
|
|
|
+ this.banbenId = banbenId
|
|
|
this.banbenInfo = {}
|
|
this.banbenInfo = {}
|
|
|
this.curProcess = ''
|
|
this.curProcess = ''
|
|
|
this.danyuanList = []
|
|
this.danyuanList = []
|