|
@@ -255,7 +255,6 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
checkPermi,
|
|
checkPermi,
|
|
closeDia() {
|
|
closeDia() {
|
|
- // console.log('关闭');
|
|
|
|
},
|
|
},
|
|
extask() {
|
|
extask() {
|
|
this.$refs["extaskform"].validate((valid) => {
|
|
this.$refs["extaskform"].validate((valid) => {
|
|
@@ -308,7 +307,6 @@ export default {
|
|
// this.componentUrl = res.data.infoUrl;
|
|
// this.componentUrl = res.data.infoUrl;
|
|
// downloadpic(res.data.formobj.picture).then((res) => {
|
|
// downloadpic(res.data.formobj.picture).then((res) => {
|
|
// this.taskList.formobj.picture = window.URL.createObjectURL(res);
|
|
// this.taskList.formobj.picture = window.URL.createObjectURL(res);
|
|
- // console.log('下载转换后:',this.taskList.formobj.picture)
|
|
|
|
// this.dialogVisible = true;
|
|
// this.dialogVisible = true;
|
|
// });
|
|
// });
|
|
// });
|
|
// });
|
|
@@ -340,7 +338,6 @@ export default {
|
|
handleExamine(row) {
|
|
handleExamine(row) {
|
|
// this.taskList = []
|
|
// this.taskList = []
|
|
getINSTACTIONTASK(row.id).then((res) => {
|
|
getINSTACTIONTASK(row.id).then((res) => {
|
|
- console.log('111111', res);
|
|
|
|
this.taskList = res.data;
|
|
this.taskList = res.data;
|
|
this.componentUrl = res.data.infoUrl;
|
|
this.componentUrl = res.data.infoUrl;
|
|
this.dialogVisible = true;
|
|
this.dialogVisible = true;
|
|
@@ -349,7 +346,6 @@ export default {
|
|
//点击查看详细
|
|
//点击查看详细
|
|
handleDetail(row) {
|
|
handleDetail(row) {
|
|
getINSTACTIONTASK(row.id).then((res) => {
|
|
getINSTACTIONTASK(row.id).then((res) => {
|
|
- console.log('666', res);
|
|
|
|
this.taskList = res.data;
|
|
this.taskList = res.data;
|
|
this.componentUrl = res.data.infoUrl;
|
|
this.componentUrl = res.data.infoUrl;
|
|
downloadpic(this.taskList.formobj.picture).then((res) => {
|
|
downloadpic(this.taskList.formobj.picture).then((res) => {
|