|
@@ -20,6 +20,7 @@
|
|
<el-form-item>
|
|
<el-form-item>
|
|
<el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
|
|
<el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
|
|
<el-button icon="Refresh" @click="resetQuery">重置</el-button>
|
|
<el-button icon="Refresh" @click="resetQuery">重置</el-button>
|
|
|
|
+ <el-button icon="Refresh" @click="aaa">dianji</el-button>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
</el-form>
|
|
</el-form>
|
|
@@ -65,7 +66,7 @@
|
|
<script setup name="Company">
|
|
<script setup name="Company">
|
|
import {
|
|
import {
|
|
listProductionCompany,
|
|
listProductionCompany,
|
|
- delCompany,
|
|
|
|
|
|
+ delCompany,demo
|
|
} from "@/api/business/production/productionCompany";
|
|
} from "@/api/business/production/productionCompany";
|
|
const { proxy } = getCurrentInstance();
|
|
const { proxy } = getCurrentInstance();
|
|
import useUserStore from "@/store/modules/user";
|
|
import useUserStore from "@/store/modules/user";
|
|
@@ -162,7 +163,11 @@ function handleQuery() {
|
|
queryParams.value.pageNum = 1;
|
|
queryParams.value.pageNum = 1;
|
|
getList();
|
|
getList();
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+function aaa(){
|
|
|
|
+ demo().then(res =>{
|
|
|
|
+
|
|
|
|
+ })
|
|
|
|
+}
|
|
/** 重置按钮操作 */
|
|
/** 重置按钮操作 */
|
|
function resetQuery() {
|
|
function resetQuery() {
|
|
proxy.resetForm("queryRef");
|
|
proxy.resetForm("queryRef");
|