|
|
@@ -59,6 +59,7 @@ let mBaseUrl = window.location.origin
|
|
|
// && 'http://yrkj.usoftchina.com:9443/uas'
|
|
|
// && 'http://erp.yitoa.com:8888/ERP'
|
|
|
// && 'http://sisemi03.zicp.io/ERP'
|
|
|
+// && 'http://usoft.f3322.net:10007/uas'
|
|
|
|
|
|
export default class ApprovalAdd extends Component {
|
|
|
|
|
|
@@ -791,7 +792,6 @@ export default class ApprovalAdd extends Component {
|
|
|
}
|
|
|
fetchGet(mBaseUrl + '/uapproval/common/dbfind.action',
|
|
|
params).then(response => {
|
|
|
- Toast.hide()
|
|
|
let dbfinds = response.dbfinds || response.gridDbfinds;
|
|
|
dbfinds.forEach((item, index) => {
|
|
|
if(item.field != billModel.field){
|