|
|
@@ -327,7 +327,7 @@
|
|
|
nextStep() {
|
|
|
if (this.subfileList && this.subfileList.length > 0) {
|
|
|
for (var i = 0; i < this.subfileList.length; i++) {
|
|
|
- if (this.subfileList[i].FileType === '1' && this.subfileList[i].FileUrl === '') {
|
|
|
+ if (this.subfileList[i].FileType === 1 && this.subfileList[i].FileUrl === '') {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: '请上传文件' + this.subfileList[i].NeedFileType + '!'
|