|
@@ -295,9 +295,10 @@ export default {
|
|
onSubmit() {
|
|
onSubmit() {
|
|
|
|
|
|
const params = {
|
|
const params = {
|
|
- ...this.detail
|
|
|
|
|
|
+ ...this.detail,
|
|
|
|
|
|
};
|
|
};
|
|
|
|
+ params.examineResult = params.examineResult == "通过" ? true : false ;
|
|
getProductRriceConfirm(params).then((res) => {
|
|
getProductRriceConfirm(params).then((res) => {
|
|
this.$successMsg("已提交审核");
|
|
this.$successMsg("已提交审核");
|
|
});
|
|
});
|