|
|
@@ -223,6 +223,7 @@
|
|
|
shuxueChanpinBanbenInfo(req).then(res => {
|
|
|
if (res.code === 0) {
|
|
|
this.banbenInfo = res.data;
|
|
|
+ this.banbenInfo.danyuanId = res.data.curDanyuanId;
|
|
|
this.curProcess =res.data.curProcess * 100;
|
|
|
this.danyuanList = res.data.danyuanList || [];
|
|
|
if (this.danyuanList.length ==0) {
|