fix:基础分析文件上传题bug
This commit is contained in:
@@ -99,7 +99,7 @@ export default defineComponent({
|
|||||||
附件
|
附件
|
||||||
<i
|
<i
|
||||||
class="iconfont icon-xiazai"
|
class="iconfont icon-xiazai"
|
||||||
style="color: #1C6FFF; cursor: pointer"
|
style="color: #70b936; cursor: pointer"
|
||||||
onClick={handleClick}
|
onClick={handleClick}
|
||||||
></i>
|
></i>
|
||||||
</span>
|
</span>
|
||||||
@@ -180,7 +180,7 @@ export default defineComponent({
|
|||||||
blank_page: pagination.value.current,
|
blank_page: pagination.value.current,
|
||||||
blank_per_page: 10,
|
blank_per_page: 10,
|
||||||
};
|
};
|
||||||
params = convertQueryToString(params);
|
// params = convertQueryToString(params);
|
||||||
console.log('params', params)
|
console.log('params', params)
|
||||||
getDiagramAnalysis(props.sn, params).then((res) => {
|
getDiagramAnalysis(props.sn, params).then((res) => {
|
||||||
const data = res.data?.[0] ?? {};
|
const data = res.data?.[0] ?? {};
|
||||||
|
|||||||
Reference in New Issue
Block a user