@@ -238,6 +238,10 @@ export default {
// 提交
handleSubmit () {
const _this = this
+ if (_this.chooseLoadData.length == 0) {
+ _this.$message.warning('请选择单据后再提交信息')
+ return
+ }
this.$refs.ruleForm.validate(valid => {
if (valid) {
const form = _this.form