|
@@ -416,6 +416,7 @@
|
|
_this.detail_sn = "";
|
|
_this.detail_sn = "";
|
|
_this.port_sn = "";
|
|
_this.port_sn = "";
|
|
_this.container_code = "";
|
|
_this.container_code = "";
|
|
|
|
+ _this.tableData = [];
|
|
uni.setStorageSync("container_code", "")
|
|
uni.setStorageSync("container_code", "")
|
|
}
|
|
}
|
|
}else{
|
|
}else{
|
|
@@ -427,7 +428,6 @@
|
|
uni.setStorageSync("container_code", "")
|
|
uni.setStorageSync("container_code", "")
|
|
}
|
|
}
|
|
//_this.getList();
|
|
//_this.getList();
|
|
- //处理成功逻辑
|
|
|
|
},
|
|
},
|
|
fail: (err) => {
|
|
fail: (err) => {
|
|
// console.log('request fail', err);
|
|
// console.log('request fail', err);
|