-
- {{ kcCardBoxTitle || ' ' }}
+
+ {{ ktangInfo.kcmc || ' ' }}
tingKeZuJiAddModal.view({ ketangbiaoid: route.query.ktId })">填写评价表
+
+ {{ ktangInfo.zc || ' ' }}-{{ ktangInfo.skjs || ' ' }}
+
{{ mainVideoCardBoxTitle || '' }}
@@ -85,6 +88,7 @@ const bVideoRefs = ref
([]);
const tingKeZuJiAddModal = ref({});
const curentPlayerVideo = ref({});
const kcCardBoxTitle = ref('');
+const ktangInfo = ref({});
const mainVideoCardBoxTitle = ref('');
const tableData = ref([])
const isError = ref(false);
@@ -192,7 +196,8 @@ function getKcxx(){
id: route.query.ktId
}
getKtangInfo(param).then(res => {
- // console.log(res);
+ console.log(res);
+ ktangInfo.value = res;
kcCardBoxTitle.value = res.kcmc;
});
}