|
@@ -88,6 +88,7 @@ import Global from '@/layout/components/global'
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
+ this.dataForm.createTime = ''
|
|
|
return listCharge(this.dataForm,'/warehouse/paths/approved')
|
|
|
}).then(data => {
|
|
|
if (data && data.code == 200) {
|
|
@@ -132,6 +133,7 @@ import Global from '@/layout/components/global'
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
+ this.dataForm.createTime = ''
|
|
|
return listCharge(this.dataForm,'/warehouse/paths/approvalRejected')
|
|
|
}).then(data => {
|
|
|
if (data && data.code == 200) {
|