feat: 新增包装测试
This commit is contained in:
@@ -192,6 +192,11 @@ function getSnByTestType(type) {
|
|||||||
function onTestTypeChange(evt) {
|
function onTestTypeChange(evt) {
|
||||||
testType.value = evt.id;
|
testType.value = evt.id;
|
||||||
templateSn.value = getSnByTestType(evt.id);
|
templateSn.value = getSnByTestType(evt.id);
|
||||||
|
|
||||||
|
expandOuterNewest.value = true;
|
||||||
|
expandOuterStandard.value = true;
|
||||||
|
expandInnerNewest.value = true;
|
||||||
|
expandInnerStandard.value = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
function onPackageTypeChange(evt) {
|
function onPackageTypeChange(evt) {
|
||||||
|
|||||||
Reference in New Issue
Block a user