Commit d0a9a787 authored by zqm's avatar zqm

1.添加备注

parent 44e28c7e
import { types } from 'util';
<!-- <!--
* @Author: zqm * @Author: zqm
* @Date: 2022-03-25 13:32:49 * @Date: 2022-03-25 13:32:49
* @LastEditTime: 2022-04-19 17:06:32 * @LastEditTime: 2022-05-13 14:33:19
* @LastEditors: Please set LastEditors * @LastEditors: zqm qimengzhou9618@163.com
* @Description: 缓缴弹窗 * @Description: 缓缴弹窗
* @FilePath: \tableDisplayBusiness\src\components\deferPayment.vue * @FilePath: \tableDisplayBusiness\src\components\deferPayment.vue
--> -->
......
<!-- <!--
* @Author: zqm * @Author: zqm
* @Date: 2021-06-28 16:14:36 * @Date: 2021-06-28 16:14:36
* @LastEditTime: 2022-05-13 13:22:55 * @LastEditTime: 2022-05-13 14:33:42
* @LastEditors: zqm qimengzhou9618@163.com * @LastEditors: zqm qimengzhou9618@163.com
* @Description: 提取数据按钮 * @Description: 提取数据按钮
* @FilePath: \taxFormToolFramework\src\components\extractDataButton.vue * @FilePath: \taxFormToolFramework\src\components\extractDataButton.vue
...@@ -47,6 +47,7 @@ export default { ...@@ -47,6 +47,7 @@ export default {
this.extractInterfaceCall(getUrl, item); this.extractInterfaceCall(getUrl, item);
} }
}, },
//调用提取数据接口
extractInterfaceCall(getUrl, item) { extractInterfaceCall(getUrl, item) {
var _self = this; var _self = this;
this.ajax.post(getUrl, item, function (data) { this.ajax.post(getUrl, item, function (data) {
......
<!-- <!--
* @Author: your name * @Author: your name
* @Date: 2021-07-09 17:03:14 * @Date: 2021-07-09 17:03:14
* @LastEditTime: 2022-05-11 17:59:28 * @LastEditTime: 2022-05-13 14:34:40
* @LastEditors: zqm qimengzhou9618@163.com * @LastEditors: zqm qimengzhou9618@163.com
* @Description: In User Settings Edit * @Description: 弹窗(开表或者保存,由引擎推过来的)
* @FilePath: \taxFormToolFramework\src\components\inTablemodal.vue * @FilePath: \taxFormToolFramework\src\components\inTablemodal.vue
--> -->
<template> <template>
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* @Author: zqm qimengzhou9618@163.com * @Author: zqm qimengzhou9618@163.com
* @Date: 2022-05-07 10:17:15 * @Date: 2022-05-07 10:17:15
* @LastEditors: zqm qimengzhou9618@163.com * @LastEditors: zqm qimengzhou9618@163.com
* @LastEditTime: 2022-05-12 09:10:48 * @LastEditTime: 2022-05-13 14:35:16
* @FilePath: \tableDisplayBusiness\src\components\mountMethod.vue * @FilePath: \tableDisplayBusiness\src\components\mountMethod.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 综合申报需要用到的按钮
--> -->
<template> <template>
<div> <div>
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* @Author: zqm qimengzhou9618@163.com * @Author: zqm qimengzhou9618@163.com
* @Date: 2022-05-05 15:06:40 * @Date: 2022-05-05 15:06:40
* @LastEditors: zqm qimengzhou9618@163.com * @LastEditors: zqm qimengzhou9618@163.com
* @LastEditTime: 2022-05-12 13:42:22 * @LastEditTime: 2022-05-13 14:31:49
* @FilePath: \tableDisplayBusiness\src\pages\view\inlineIframe.vue * @FilePath: \tableDisplayBusiness\src\pages\view\inlineIframe.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 综合申报等嵌入只需要一个报表进行展示
--> -->
<template> <template>
<div class="tableBox" id="tableBox" ref="tableBox"> <div class="tableBox" id="tableBox" ref="tableBox">
......
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