零件导入、整改件导入

This commit is contained in:
liushuai
2018-12-07 18:58:24 +08:00
parent e0a43ab773
commit 3fed67dec1
10 changed files with 962 additions and 10 deletions

View File

@@ -169,6 +169,7 @@ export default {
if (type(callback) === 'function' && type(requestData) === 'function' && type(form) === 'string') {
console.log(this.$refs[form])
this.$refs[form].validate((valid) => {
console.log(valid)
if (valid) {
requestData(...param).then(response => {
if (response.data[0].result === '1') {