|
@@ -147,7 +147,7 @@ export default {
|
|
|
async onSure () {
|
|
|
const values = Object.values(this.formValues)
|
|
|
if (values.some(item => item.value === null)) {
|
|
|
- this.$message.error('请填写完整再提价')
|
|
|
+ this.$message.error('请填写完整再提交')
|
|
|
return
|
|
|
}
|
|
|
const param = Object.keys(this.formValues).map(key => {
|