@@ -475,12 +475,14 @@ export default {
let isok = true;
this.tags.forEach((v1) => {
if (v1.status === "0") {
+ isok = false;
}
- isok = false;
+
});
if (!isok) {
this.$message.warning("不能绑定已禁用的视频!");
this.loading = false;
+ return
let res = {};
@@ -227,8 +227,8 @@ export default {
isDetail: false,
modelId: 0,
parmValue: {
- page: "", // 页码数
- size: "", // 页容量
+ page: 1, // 页码数
+ size: 15, // 页容量
status: "", //视频状态
video_sn: "",//视频编号
video_name: "", // 视频名称