File tree Expand file tree Collapse file tree 13 files changed +21
-21
lines changed Expand file tree Collapse file tree 13 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ export default {
118
118
watch: {
119
119
item (value ) {
120
120
this .form .api_param_id = value
121
- console .log (this .form .api_param_id )
121
+ // console.log(this.form.api_param_id)
122
122
this .getItem ()
123
123
}
124
124
},
@@ -135,10 +135,10 @@ export default {
135
135
})
136
136
},
137
137
handleRemove (file , fileList ) {
138
- console .log (file, fileList)
138
+ // console.log(file, fileList)
139
139
},
140
140
handlePreview (file ) {
141
- console .log (file)
141
+ // console.log(file)
142
142
},
143
143
handleExceed (files , fileList ) {
144
144
this .$message .warning (` 当前限制选择 3 个文件,本次选择了 ${ files .length } 个文件,共选择了 ${ files .length + fileList .length } 个文件` )
@@ -158,7 +158,7 @@ export default {
158
158
}
159
159
},
160
160
onSubmit (form ) {
161
- console .log (this .form )
161
+ // console.log(this.form)
162
162
this .$refs [form].validate ((valid ) => {
163
163
if (valid) {
164
164
this .loading = true
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export default {
103
103
watch: {
104
104
item (value ) {
105
105
this .form .api_excel_id = value
106
- console .log (this .form .api_excel_id )
106
+ // console.log(this.form.api_excel_id)
107
107
this .getItem ()
108
108
}
109
109
},
@@ -122,10 +122,10 @@ export default {
122
122
})
123
123
},
124
124
handleRemove (file , fileList ) {
125
- console .log (file, fileList)
125
+ // console.log(file, fileList)
126
126
},
127
127
handlePreview (file ) {
128
- console .log (file)
128
+ // console.log(file)
129
129
},
130
130
handleExceed (files , fileList ) {
131
131
this .$message .warning (` 当前限制选择 3 个文件,本次选择了 ${ files .length } 个文件,共选择了 ${ files .length + fileList .length } 个文件` )
@@ -134,7 +134,7 @@ export default {
134
134
return this .$confirm (` 确定移除 ${ file .name } ?` )
135
135
},
136
136
handleSuccess (response , file , fileList ) {
137
- console .log (response)
137
+ // console.log(response)
138
138
this .form .upload_url = response .data .url
139
139
},
140
140
getData (id ) {
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export default {
140
140
type: ' warning'
141
141
}).then (() => {
142
142
startTask (row).then (res => {
143
- console .log (res)
143
+ // console.log(res)
144
144
let msg = ' '
145
145
if (res .code === 200 ) {
146
146
row .state = 1
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ export default {
84
84
},
85
85
methods: {
86
86
onSubmit (form ) {
87
- console .log (this .form )
87
+ // console.log(this.form)
88
88
this .$refs [form].validate ((valid ) => {
89
89
if (valid) {
90
90
this .loading = true
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export default {
100
100
})
101
101
},
102
102
onSubmit (form ) {
103
- console .log (this .form )
103
+ // console.log(this.form)
104
104
this .$refs [form].validate ((valid ) => {
105
105
if (valid) {
106
106
this .loading = true
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ export default {
167
167
* 1. 通过引入对象获取: `import {mavonEditor} from ...` 等方式引入后,`$vm`为`mavonEditor`
168
168
* 2. 通过$refs获取: html声明ref : `<mavon-editor ref=md ></mavon-editor>,`$vm`为 `this.$refs.md`
169
169
*/
170
- console .log (pos)
171
- console .log (url)
170
+ // console.log(pos)
171
+ // console.log(url)
172
172
this .$refs .md .$img2Url (pos, url .data )
173
173
})
174
174
},
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export default {
54
54
},
55
55
methods: {
56
56
onSubmit (form ) {
57
- console .log (this .form )
57
+ // console.log(this.form)
58
58
this .$refs [form].validate ((valid ) => {
59
59
if (valid) {
60
60
this .loading = true
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ export default {
123
123
this .loading = false
124
124
})
125
125
} else {
126
- console .log (' error submit!!' )
126
+ // console.log('error submit!!')
127
127
return false
128
128
}
129
129
})
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ export default {
31
31
* 1. 通过引入对象获取: `import {mavonEditor} from ...` 等方式引入后,`$vm`为`mavonEditor`
32
32
* 2. 通过$refs获取: html声明ref : `<mavon-editor ref=md ></mavon-editor>,`$vm`为 `this.$refs.md`
33
33
*/
34
- console .log (pos)
35
- console .log (url)
34
+ // console.log(pos)
35
+ // console.log(url)
36
36
this .$refs .md .$img2Url (pos, url .data )
37
37
})
38
38
},
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export default {
43
43
},
44
44
methods: {
45
45
onSubmit (form ) {
46
- console .log (this .form )
46
+ // console.log(this.form)
47
47
this .$refs [form].validate ((valid ) => {
48
48
if (valid) {
49
49
this .loading = true
You can’t perform that action at this time.
0 commit comments