|
@@ -454,6 +454,7 @@ export default {
|
|
|
}
|
|
|
_this.$forceUpdate();
|
|
|
|
|
|
+ _this.$emit('update:cJson', _this.checkJson)
|
|
|
console.log(_this.checkJson);
|
|
|
console.log(data.Location);
|
|
|
}
|
|
@@ -569,6 +570,7 @@ export default {
|
|
|
},
|
|
|
delFile(index) {
|
|
|
this.checkJson.file.splice(index, 1)
|
|
|
+ this.$emit('update:cJson', this.checkJson)
|
|
|
this.$forceUpdate();
|
|
|
},
|
|
|
uploadCourse() {
|