Commit 2e81d7ce by chenyu

update: clear console

parent 9e0a3360
......@@ -1394,7 +1394,6 @@ export default {
let checkedCount = null;
for (let tem of this.templateData) {
console.log(this.templateData);
switch (tem.templateCode) {
case 'tag013':
value = tagValue.val[0].data.value.split(' ');
......@@ -1595,7 +1594,6 @@ export default {
let value = null;
let selectVal = null;
let checkedCount = null;
console.log(this.templateDataList, 'asdsadsad');
// compute 是计算属性的区间值 value是选中的值
for(let i = 0; i < this.templateDataList.templateCode.length; i++) {
......@@ -1678,7 +1676,6 @@ export default {
for (let i = 0; i < this.templateData.length; i++) {
if (this.templateData[i].templateCode === 'tag015') {
let templateDate = tagParams.template[0];
console.log(templateDate, 'syo');
// 最近 之后
this.templateData[i].radio = templateDate.radio; // 时段
this.templateData[i].timeSelect = templateDate.timeSelect;
......@@ -1889,7 +1886,6 @@ export default {
if (tagParams.template[i].templateCode == 'tag025') {
this.templateData[i].isAgree=[0,1].includes(tagValue.val[0].data.value)?tagValue.val[0].data.value:1;
this.templateData[i].ids=[0,1].includes(tagValue.val[0].data.value)?[]: tagValue.val[0].data.value.split(' ')
console.log(this.templateData[i].ids);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment