Commit 1a2f1bc1 by nanrui

申报交易cfasel相关优化

parent b40dce1f
......@@ -23,6 +23,7 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash"></c-function-btn>
</div>
</template>
<script>
......@@ -30,6 +31,7 @@ import Api from "~/service/Api"
import CodeTable from "~/config/CodeTable"
import Eadadd from "~/model/Eadadd"
import commonProcess from "~/mixin/commonProcess"
import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Eadadd/Check"
import Default from "~/model/Eadadd/Default"
import Pattern from "~/model/Eadadd/Pattern"
......@@ -51,7 +53,7 @@ export default {
root: this
}
},
mixins: [commonProcess], // 里面包含了Default、Check等的公共处理
mixins: [commonProcess, commonFuncs], // 里面包含了Default、Check等的公共处理
data() {
return {
tabVal: "sel",
......
......@@ -23,6 +23,7 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash"></c-function-btn>
</div>
</template>
<script>
......@@ -30,6 +31,7 @@ import Api from "~/service/Api"
import CodeTable from "~/config/CodeTable"
import Eadame from "~/model/Eadame"
import commonProcess from "~/mixin/commonProcess"
import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Eadame/Check"
import Default from "~/model/Eadame/Default"
import Pattern from "~/model/Eadame/Pattern"
......@@ -51,7 +53,7 @@ export default {
root: this
}
},
mixins: [commonProcess], // 里面包含了Default、Check等的公共处理
mixins: [commonProcess, commonFuncs], // 里面包含了Default、Check等的公共处理
data() {
return {
tabVal: "sel",
......@@ -63,6 +65,7 @@ export default {
pattern: Pattern,
rules: null,
codes: {
...CodeTable,
},
}
},
......
......@@ -23,6 +23,7 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash"></c-function-btn>
</div>
</template>
<script>
......@@ -30,6 +31,7 @@ import Api from "~/service/Api"
import CodeTable from "~/config/CodeTable"
import Eaddel from "~/model/Eaddel"
import commonProcess from "~/mixin/commonProcess"
import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Eaddel/Check"
import Default from "~/model/Eaddel/Default"
import Pattern from "~/model/Eaddel/Pattern"
......@@ -51,7 +53,7 @@ export default {
root: this
}
},
mixins: [commonProcess], // 里面包含了Default、Check等的公共处理
mixins: [commonProcess, commonFuncs], // 里面包含了Default、Check等的公共处理
data() {
return {
tabVal: "sel",
......
......@@ -23,6 +23,7 @@
</el-tab-pane>
</c-tabs>
</el-form>
<c-function-btn :handleSubmit="handleSubmit" :handleCheck="handleCheck" :handleStash="handleStash"></c-function-btn>
</div>
</template>
<script>
......@@ -30,6 +31,7 @@ import Api from "~/service/Api"
import CodeTable from "~/config/CodeTable"
import Eadinf from "~/model/Eadinf"
import commonProcess from "~/mixin/commonProcess"
import commonFuncs from "~/mixin/commonFuncs";
import Check from "~/model/Eadinf/Check"
import Default from "~/model/Eadinf/Default"
import Pattern from "~/model/Eadinf/Pattern"
......@@ -51,7 +53,7 @@ export default {
root: this
}
},
mixins: [commonProcess], // 里面包含了Default、Check等的公共处理
mixins: [commonProcess, commonFuncs], // 里面包含了Default、Check等的公共处理
data() {
return {
tabVal: "sel",
......
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