natasha 1 anno fa
parent
commit
d9c0487424

+ 1 - 1
src/components/Adult/preview/Soundrecord.vue

@@ -253,7 +253,7 @@ export default {
           let obj = {
             name: _this.fileName
               ? _this.fileName + _this.recordFile
-              : "新录音" + _this.recordFile,
+              : "Recording " + _this.recordFile,
             id: _this.recordFile + Math.round(Math.random() * 10),
           };
           if (this.selectData) obj.selectData = this.selectData;

+ 1 - 1
src/components/Adult/preview/Soundrecorddiff.vue

@@ -173,7 +173,7 @@ export default {
         let obj = {
           name: _this.fileName
             ? _this.fileName + _this.recordFile
-            : "新录音" + _this.recordFile,
+            : "Recording " + _this.recordFile,
           id: _this.recordFile + Math.round(Math.random() * 10),
         };
         console.log(this.selectData);

+ 2 - 1
src/views/courseList.vue

@@ -938,7 +938,8 @@ export default {
         // order_column: order_column,
         order_column_list:order_column_list,
         publish_status: this.form.publish_status,
-        is_control_publish_scope: "false"
+        is_control_publish_scope: "false",
+        is_enable_book_org_free_license_query: "false"
       };
       getContent(MethodName, data).then(res => {
         let _this = this;