fix: 2047 新购配件采购单填写完成后,建议返回上一级页面,否则多次点击保存按钮,采购单会被重复提交
This commit is contained in:
parent
439b344ec4
commit
9df7306cf7
|
|
@ -37,7 +37,6 @@
|
||||||
style="width: 240px"
|
style="width: 240px"
|
||||||
:disabled="isDisabled"
|
:disabled="isDisabled"
|
||||||
>
|
>
|
||||||
<el-option label="请选择" :value="0"></el-option>
|
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in userList"
|
v-for="item in userList"
|
||||||
:key="item.userId"
|
:key="item.userId"
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
@queryParts="queryParts"
|
@queryParts="queryParts"
|
||||||
@editParts="editParts"
|
@editParts="editParts"
|
||||||
@acceptParts="acceptParts"
|
@acceptParts="acceptParts"
|
||||||
|
@partsSaveSuccess="partsSaveSuccess"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue