|
@@ -207,6 +207,9 @@ export default {
|
|
|
wordUrl: "",
|
|
|
};
|
|
|
},
|
|
|
+ mounted(){
|
|
|
+ window.callBack = this.callBack;
|
|
|
+ },
|
|
|
created() {
|
|
|
const zfrId = this.$route.params && this.$route.params.zfrId;
|
|
|
getRecord(zfrId).then((response) => {
|
|
@@ -498,6 +501,9 @@ export default {
|
|
|
}
|
|
|
return chineseStr;
|
|
|
},
|
|
|
+ //审批用,不需要改字段空方法即可,不然报找不到该方法
|
|
|
+ callBack(){
|
|
|
+ },
|
|
|
/** 导出按钮操作 */
|
|
|
handleExport() {
|
|
|
this.download('sc-service/record/export', {
|