提交 2f6e59e8 编写于 作者: 水晶土豆

Tue Nov 21 20:25:00 CST 2023 inscode

上级 b8b3415e
...@@ -56,7 +56,7 @@ const getData = () => { ...@@ -56,7 +56,7 @@ const getData = () => {
if (res.data.data.code === 10000) { if (res.data.data.code === 10000) {
tableData.value = res.data.data.data; tableData.value = res.data.data.data;
tablePagination.total = res.data.data.count; tablePagination.total = res.data.data.count;
}else{ } else {
console.log(res.data.data.msg); console.log(res.data.data.msg);
} }
}) })
...@@ -128,8 +128,11 @@ const contractSelect = ref({ ...@@ -128,8 +128,11 @@ const contractSelect = ref({
limit: '10' limit: '10'
}); });
const empSelect = ref({ const empSelect = ref({
page:'1', page: '1',
limit:'10', limit: '10',
employeeType: '',
empState: '',
id: '',
}) })
...@@ -170,7 +173,7 @@ provide("tableData", tableData); ...@@ -170,7 +173,7 @@ provide("tableData", tableData);
provide("row", row); provide("row", row);
provide("tablePagination", tablePagination); provide("tablePagination", tablePagination);
provide("contractSelect", contractSelect); provide("contractSelect", contractSelect);
provide("empSelect",empSelect); provide("empSelect", empSelect);
provide("changeState", () => { provide("changeState", () => {
console.log(1111); console.log(1111);
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册