|
|
|
@ -55,6 +55,7 @@
|
|
|
|
|
@valueChange ="onSelect" |
|
|
|
|
:rowNumber="true" |
|
|
|
|
:rowSelection="true" |
|
|
|
|
:qeihuan = this.qeihuan |
|
|
|
|
:actionButton="!task" |
|
|
|
|
@descriptionFetch = "searchInformation" |
|
|
|
|
/> |
|
|
|
@ -116,7 +117,7 @@ export default {
|
|
|
|
|
materialNature : null, //资产类型 |
|
|
|
|
accounting: undefined, //类型 |
|
|
|
|
isabled : true, |
|
|
|
|
qeihuan : true, //切换类型 |
|
|
|
|
qeihuan : '' ,//切换类型 |
|
|
|
|
labelCol: { |
|
|
|
|
xs: { span: 24 }, |
|
|
|
|
sm: { span: 5 } |
|
|
|
@ -504,8 +505,8 @@ export default {
|
|
|
|
|
if (res.success) { |
|
|
|
|
this.$message.success('提交申请成功!') |
|
|
|
|
//todo 将表单的数据传给父组件 |
|
|
|
|
this.$emit('loadData') |
|
|
|
|
this.close() |
|
|
|
|
this.$emit('afterSubmit', formData) |
|
|
|
|
// this.close() |
|
|
|
|
} else { |
|
|
|
|
this.$message.error(res.message) |
|
|
|
|
} |
|
|
|
|