@ -339,6 +339,9 @@
},
searchTable(){
if(this.searchData.orderRef1==null||this.searchData.orderRef1===''){
this.dataList = [];
}else {
searchProjectToolApplyDetail(this.searchData).then(({data}) => {
//区分请求成功和失败的状况
if (data && data.code == 0) {
@ -347,6 +350,7 @@
}
});
createExportData() {